Papers with linking prediction
Dual Attention Network for Cross-lingual Entity Alignment (2020.coling-main)
Copied to clipboard
| Challenge: | Experimental results on three real-world cross-lingual entity alignment datasets have shown the effectiveness of DAEA. |
| Approach: | They propose a dual attention network for cross-lingual entity alignment . they use relation-aware graph attention and hierarchical attention to solve this problem . |
| Outcome: | The proposed approach can be applied to three real-world cross-lingual entity alignment datasets. |
A Read-and-Select Framework for Zero-shot Entity Linking (2023.findings-emnlp)
Copied to clipboard
| Challenge: | Existing methods focus on the candidate retrieval stage and ignore the essential candidate ranking stage, which disambiguates among entities and makes the final linking prediction. |
| Approach: | They propose a read-and-select framework that models the main components of entity disambiguation . they use mention context to output mention-aware entity representations . |
| Outcome: | The proposed framework achieves state-of-the-art performance on established zero-shot entity linking dataset ZESHEL with 2.55% micro-average accuracy gain, with no need for laborious multi-phase pre-training used in most of the previous work. |
TP-Link: Fine-grained Pre-Training for Text-to-SQL Parsing with Linking Information (2024.lrec-main)
Copied to clipboard
Ziqiang Liu, Shujie Li, Zefeng Cai, Xiangyu Li, Yunshui Li, Chengming Li, Xiping Hu, Ruifeng Xu, Min Yang
| Challenge: | Existing pre-training frameworks for text-to-SQL parsing have shown inherent differences in distributions between tables and plain text. |
| Approach: | They propose a framework to improve context-dependent Text-to-SQL parsing by leveraging Linking information. |
| Outcome: | The proposed framework achieves state-of-the-art performance on two leading downstream benchmarks. |